type google.golang.org/protobuf/internal/impl.listPtrConverter

8 uses

	google.golang.org/protobuf/internal/impl (current package)
		convert_list.go#L17: 		return &listPtrConverter{t, newSingularConverter(t.Elem().Elem(), fd)}
		convert_list.go#L66: type listPtrConverter struct {
		convert_list.go#L71: func (c *listPtrConverter) PBValueOf(v reflect.Value) protoreflect.Value {
		convert_list.go#L78: func (c *listPtrConverter) GoValueOf(v protoreflect.Value) reflect.Value {
		convert_list.go#L82: func (c *listPtrConverter) IsValidPB(v protoreflect.Value) bool {
		convert_list.go#L90: func (c *listPtrConverter) IsValidGo(v reflect.Value) bool {
		convert_list.go#L94: func (c *listPtrConverter) New() protoreflect.Value {
		convert_list.go#L98: func (c *listPtrConverter) Zero() protoreflect.Value {